home *** CD-ROM | disk | FTP | other *** search
- /*
- Aware.h -- Version 3.0
-
- Developer Technical Support Apple II Sample Code
-
- Copyright (c) 1990 by Apple Computer, Inc.
- All Rights Reserved.
-
- Defines the menu and item numbers for each of the menus and
- their items. Remember, these values should be the same as
- in the Aware.r file.
- */
-
- #define AppleMenuID 0x901
- #define AboutItem 301
-
- #define FileMenuID 0x902
- #define LoadConfigItem 303
- #define SaveConfigItem 304
- #define CloseItem 255
- /* ------------- */
- #define QuitItem 302
-
- #define EditMenuID 0x903
- #define UndoItem 250
- /* ------------- */
- #define CutItem 251
- #define CopyItem 252
- #define PasteItem 253
- #define ClearItem 254
-